diff options
| author | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
| commit | c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 (patch) | |
| tree | 195346090baeb2e4dae17f45bf8298918215dc67 /src/app/kdrama/[id] | |
| parent | fixes: manga search is now fixed. removed the netlify card from the homepage ... (diff) | |
| download | dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.tar.xz dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.zip | |
fix: fixed kdrama page and made it available
Diffstat (limited to 'src/app/kdrama/[id]')
| -rw-r--r-- | src/app/kdrama/[id]/buttons.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/kdrama/[id]/buttons.jsx b/src/app/kdrama/[id]/buttons.jsx index c760b96..c41c32f 100644 --- a/src/app/kdrama/[id]/buttons.jsx +++ b/src/app/kdrama/[id]/buttons.jsx @@ -66,6 +66,7 @@ export default function EpisodesButtons({ data: episodeData, id: dramaId }) { load="eager" className={styles.VideoPlayer} playsInline + volume={0.5} > <MediaProvider /> <PlyrLayout icons={plyrLayoutIcons} /> |